-
Re: Are OTF fonts from Glyphs broken on Windows?
What happens if you dump the font with ttx and compile it back? Sometimes this would silently fix otherwise broken fonts for me (might not be a solution, but if it works would explain why ttx dump sh…1 -
Re: Efficiency in kerning pairs
All Lucida fonts has no kerning at all, and I wouldn’t have noticed if I weren’t told about it.1 -
Re: Egyptian Hieroglyphs
That is a bug in the MySQL database, when the data goes into the database it truncates the text at the first invalid character, but its definition of invalid characters is bogus. There was already a …2 -
Re: Mapping a Unicode range to another
BTW, this kind of thing can be done with Graphite (and probably AAT) fonts since all the shaping logic is in the font and the shaping engine is not script-aware at all, but it is still not something …2 -
Re: Mapping a Unicode range to another
There is no such transformation in fonts. If the underlying text is Hebrew then it will be processed as Hebrew, no matter what glyphs you put in there.2